Revision: kernel-package--devel--9.0--patch-26
Archive: srivasta@debian.org--etch
Creator: Manoj Srivastava <srivasta@debian.org>
Date: Sat Jul 23 08:44:19 CDT 2005
Standard-date: 2005-07-23 13:44:19 GMT
Modified-files: kernel/ChangeLog kernel/image.postinst
New-patches: srivasta@debian.org--etch/kernel-package--devel--9.0--patch-26
Summary: Add better flow tracing, and fix a typo
Keywords: 

The postinst has gotten very hard to debug, so additional points where
tracing information can be output, turned on by a single variable swap,
would be very helpful in narrowing down problems.

* kernel/image.postinst (test_relative): Added tracing statements to the
  function. 
  (really_move_image): Ditto.
  (really_reverse_link): Ditto.
  (move_p): Ditto
  (really_move_link): Ditto
  (handle_missing_link): Ditto

* kernel/image.postinst (handle_non_symlinks): Add tracing information to
  the function.

* kernel/image.postinst (image_magic): Fix a typo (quote string). Also
  add debugging trace.

